Started by GitHub push by nazustar
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 b9086c5aced3cce8a42a09254e2993dc104aa4f4 (refs/remotes/origin/main)
Commit message: "Merge pull request #62 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 b9086c5aced3cce8a42a09254e2993dc104aa4f4 # timeout=10
> git rev-list --no-walk 8ffa84ff60d426a2b04bca84b1e410e81314d512 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $SONAR_TOKEN
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] scmSkip
SCM Skip: Pattern .*\[ci-skip\].* NOT matched on message: fix: remove return service
[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
Warning: CredentialId "c0e8826e-5e2c-4c1c-a484-6c17d53ac539" could not be found.
Fetching changes from the remote Git repository
Checking out Revision b9086c5aced3cce8a42a09254e2993dc104aa4f4 (refs/remotes/origin/main)
Commit message: "Merge pull request #62 from UDFJDC-ModelosProgramacion/develop"
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] script
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . citools-isis2603:latest
.
> git rev-parse --resolve-git-dir /home/cecaduser/workspace/MP_202610_G81_E3_Back/.git # timeout=10
> git config remote.origin.url https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back # timeout=10
Fetching upstream changes from https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress -- https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E3_Back +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/main^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f b9086c5aced3cce8a42a09254e2993dc104aa4f4 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b main b9086c5aced3cce8a42a09254e2993dc104aa4f4 # timeout=10
[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 8eb6b6458d4ffb84e968f9907cf91b63147aaac5b66420129cf50a193adbe66d -eo pid,comm
[Pipeline] {
[Pipeline] sh
+ java -version
openjdk version "21.0.4" 2024-07-16 LTS
OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing)
+ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< co.edu.udistrital.mdp:MP_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:44:06.508 [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:44:06.727 [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-04-08T02:44:07.487Z 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-04-08T02:44:07.492Z INFO 92 --- [ main] c.e.u.m.p.services.AdopterServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:08.697Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:08.830Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 117 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:09.596Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:09.702Z INFO 92 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.41.Final
2026-04-08T02:44:09.763Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:10.287Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:10.342Z INFO 92 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2026-04-08T02:44:10.857Z INFO 92 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:pets user=SA
2026-04-08T02:44:10.860Z INFO 92 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2026-04-08T02:44:10.913Z 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-04-08T02:44:10.947Z 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-04-08T02:44:12.908Z 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-04-08T02:44:13.055Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:14.613Z INFO 92 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-04-08T02:44:14.689Z INFO 92 --- [ main] c.e.u.m.p.services.AdopterServiceTest : Started AdopterServiceTest in 7.674 seconds (process running for 9.791)
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.423 s -- in co.edu.udistrital.mdp.pets.services.AdopterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
2026-04-08T02:44:15.594Z 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-04-08T02:44:15.614Z 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-04-08T02:44:15.643Z 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-04-08T02:44:15.643Z INFO 92 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:16.607Z INFO 92 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-04-08T02:44:16.608Z INFO 92 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2026-04-08T02:44:16.613Z INFO 92 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 2 ms
2026-04-08T02:44:16.654Z INFO 92 --- [ main] c.e.u.m.p.s.AdoptionControllerTest : Started AdoptionControllerTest in 1.035 seconds (process running for 11.755)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.818 s -- in co.edu.udistrital.mdp.pets.services.AdoptionControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.BackgroundTest
2026-04-08T02:44:17.429Z 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-04-08T02:44:17.450Z 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-04-08T02:44:17.547Z 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-04-08T02:44:17.547Z INFO 92 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:17.730Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:17.777Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 45 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:17.822Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:17.876Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:8356ebdb-a423-4fac-8608-f0ac9ee5f30b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:17.931Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:17.936Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:17.951Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:17.954Z 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-04-08T02:44:17.956Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@6f108023']
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-04-08T02:44:18.158Z 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), 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-04-08T02:44:18.221Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:18.525Z INFO 92 --- [ main] c.e.u.mdp.pets.services.BackgroundTest : Started BackgroundTest in 1.029 seconds (process running for 13.627)
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-04-08T02:44:19.148Z 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.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-04-08T02:44:19.177Z INFO 92 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente
2026-04-08T02:44:19.180Z 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-04-08T02:44:19.200Z 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-04-08T02:44:19.239Z 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-04-08T02:44:19.258Z 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-04-08T02:44:19.274Z INFO 92 --- [ main] c.e.u.m.pets.services.BackgroundService : inicia proceso de borrar antecedente
2026-04-08T02:44:19.276Z 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-04-08T02:44:19.295Z INFO 92 --- [ main] c.e.u.m.pets.services.BackgroundService : Inicia proceso de actualización de antecedente
2026-04-08T02:44:19.296Z 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-04-08T02:44:19.313Z 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.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-04-08T02:44:19.332Z 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.916 s -- in co.edu.udistrital.mdp.pets.services.BackgroundTest
[INFO] Running co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-04-08T02:44:19.399Z 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-04-08T02:44:19.400Z INFO 92 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:19.526Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:19.563Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 35 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:19.593Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:19.616Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:6d647cdd-c0b5-47f8-8a27-954dc2f9f00c;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:19.653Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:19.656Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:19.667Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:19.670Z 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-04-08T02:44:19.670Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@7052dd51']
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-04-08T02:44:19.822Z 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), 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-04-08T02:44:19.872Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:20.104Z INFO 92 --- [ main] c.e.u.m.p.services.FollowUpServiceTest : Started FollowUpServiceTest in 0.735 seconds (process running for 15.206)
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.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.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.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.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.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.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.131 s -- in co.edu.udistrital.mdp.pets.services.FollowUpServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
2026-04-08T02:44:20.483Z 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-04-08T02:44:20.494Z 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-04-08T02:44:20.525Z 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-04-08T02:44:20.525Z INFO 92 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:20.646Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:20.680Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 32 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:20.709Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:20.749Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:698e3722-c618-4b1e-9f5a-a0f9c93cf810;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:20.784Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:20.788Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:20.800Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:20.802Z 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-04-08T02:44:20.803Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@279406d0']
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-04-08T02:44:20.983Z 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), 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-04-08T02:44:21.026Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:21.234Z INFO 92 --- [ main] c.e.u.m.p.s.ShelterEventServiceTest : Started ShelterEventServiceTest in 0.737 seconds (process running for 16.336)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,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-04-08T02:44:21.259Z 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,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-04-08T02:44:21.324Z 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,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-04-08T02:44:21.346Z 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.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,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-04-08T02:44:21.364Z INFO 92 --- [ main] c.e.u.m.p.services.ShelterEventService : Start shelter event delete with the id: 12
2026-04-08T02:44:21.365Z 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,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-04-08T02:44:21.383Z 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-04-08T02:44:21.387Z 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,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-04-08T02:44:21.405Z 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.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.930 s -- in co.edu.udistrital.mdp.pets.services.ShelterEventServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.AdopterControllerTest
2026-04-08T02:44:21.419Z 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-04-08T02:44:21.422Z 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-04-08T02:44:21.452Z 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-04-08T02:44:21.453Z INFO 92 --- [ main] c.e.u.m.p.s.AdopterControllerTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:21.686Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:21.715Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 27 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:21.914Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:21.917Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:21.928Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:21.929Z INFO 92 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting...
2026-04-08T02:44:21.931Z INFO 92 --- [ main] com.zaxxer.hikari.pool.HikariPool : HikariPool-2 - Added connection conn50: url=jdbc:h2:mem:pets user=SA
2026-04-08T02:44:21.931Z INFO 92 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed.
2026-04-08T02:44:21.932Z 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-04-08T02:44:21.932Z 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-04-08T02:44:22.062Z 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-04-08T02:44:22.107Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:22.541Z INFO 92 --- [ main] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:pets'
2026-04-08T02:44:22.574Z INFO 92 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2026-04-08T02:44:22.574Z INFO 92 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2026-04-08T02:44:22.576Z INFO 92 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 2 ms
2026-04-08T02:44:22.592Z INFO 92 --- [ main] c.e.u.m.p.s.AdopterControllerTest : Started AdopterControllerTest in 1.166 seconds (process running for 17.694)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 s -- in co.edu.udistrital.mdp.pets.services.AdopterControllerTest
[INFO] Running co.edu.udistrital.mdp.pets.services.NotificationServiceTest
2026-04-08T02:44:22.849Z 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-04-08T02:44:22.851Z 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.077 s -- in co.edu.udistrital.mdp.pets.services.NotificationServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetMediaFileTest
2026-04-08T02:44:22.934Z 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-04-08T02:44:22.944Z 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-04-08T02:44:22.971Z 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-04-08T02:44:22.972Z INFO 92 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:23.086Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:23.114Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:23.141Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:23.161Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:e0433906-e44d-4e91-b8ba-9f5c59bdd780;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:23.191Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:23.193Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:23.206Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:23.207Z 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-04-08T02:44:23.208Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1253eb02']
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-04-08T02:44:23.331Z 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), 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-04-08T02:44:23.368Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:23.550Z INFO 92 --- [ main] c.e.u.m.pets.services.PetMediaFileTest : Started PetMediaFileTest in 0.603 seconds (process running for 18.652)
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-04-08T02:44:23.578Z 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.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-04-08T02:44:23.603Z 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.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.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-04-08T02:44:23.626Z INFO 92 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos
2026-04-08T02:44:23.627Z 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-04-08T02:44:23.649Z INFO 92 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de consulta de fotos
2026-04-08T02:44:23.650Z 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-04-08T02:44:23.673Z 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.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-04-08T02:44:23.697Z INFO 92 --- [ main] c.e.u.m.p.services.PetMediaFileService : Iniciando proceso de asociacion de evento medico con mascota
2026-04-08T02:44:23.698Z 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.771 s -- in co.edu.udistrital.mdp.pets.services.PetMediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientServiceTest
2026-04-08T02:44:23.710Z 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-04-08T02:44:23.711Z 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.081 s -- in co.edu.udistrital.mdp.pets.services.ClientServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MedicalEventTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-04-08T02:44:23.828Z 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-04-08T02:44:23.829Z INFO 92 --- [ main] c.e.u.m.pets.services.MedicalEventTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:23.944Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:23.973Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 26 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:23.996Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:24.014Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:7ada2165-e4ca-43bb-90f7-31880b534f5b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:24.070Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:24.072Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:24.083Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:24.085Z 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-04-08T02:44:24.086Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@3f5cdc10']
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-04-08T02:44:24.198Z 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), 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-04-08T02:44:24.229Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:24.390Z INFO 92 --- [ main] c.e.u.m.pets.services.MedicalEventTest : Started MedicalEventTest in 0.581 seconds (process running for 19.492)
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-04-08T02:44:24.408Z INFO 92 --- [ main] c.e.u.m.p.services.MedicalEventService : Inicia proceso de eliminacion de evento medico
2026-04-08T02:44:24.409Z 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-04-08T02:44:24.422Z 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-04-08T02:44:24.432Z INFO 92 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico
2026-04-08T02:44:24.433Z 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-04-08T02:44:24.444Z INFO 92 --- [ main] c.e.u.m.p.services.MedicalEventService : Iniciando proceso de actuaclizacion del evento medico
2026-04-08T02:44:24.444Z 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-04-08T02:44:24.454Z 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.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-04-08T02:44:24.466Z 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-04-08T02:44:24.476Z 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-04-08T02:44:24.487Z 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.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-04-08T02:44:24.498Z 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.706 s -- in co.edu.udistrital.mdp.pets.services.MedicalEventTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-04-08T02:44:24.535Z 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-04-08T02:44:24.535Z INFO 92 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:24.618Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:24.653Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 33 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:24.672Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:24.687Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:44350916-eae4-427a-a834-a429e2a55c6a;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:24.707Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:24.709Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:24.717Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:24.719Z 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-04-08T02:44:24.719Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@36de32c1']
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-04-08T02:44:24.817Z 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), 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-04-08T02:44:24.844Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:24.976Z INFO 92 --- [ main] c.e.u.m.p.services.ReturnPetServiceTest : Started ReturnPetServiceTest in 0.458 seconds (process running for 20.077)
Hibernate: delete from return_pet_entity rpe1_0
2026-04-08T02:44:24.986Z 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-04-08T02:44:24.987Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.221Z 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-04-08T02:44:25.233Z 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-04-08T02:44:25.233Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:25.404Z 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-04-08T02:44:25.404Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.562Z 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.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.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.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-04-08T02:44:25.588Z 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-04-08T02:44:25.588Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.747Z 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-04-08T02:44:25.757Z 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-04-08T02:44:25.757Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:25.928Z 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-04-08T02:44:25.928Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44:25.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.080Z 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-04-08T02:44:26.091Z 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-04-08T02:44:26.091Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.330Z 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-04-08T02:44:26.352Z 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-04-08T02:44:26.352Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.502Z 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-04-08T02:44:26.513Z 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-04-08T02:44:26.513Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.677Z 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-04-08T02:44:26.687Z 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-04-08T02:44:26.687Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.836Z 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-04-08T02:44:26.846Z 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-04-08T02:44:26.846Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44: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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:26.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.006Z 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-04-08T02:44:27.023Z 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-04-08T02:44:27.024Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.170Z 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-04-08T02:44:27.180Z 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-04-08T02:44:27.180Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.341Z 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-04-08T02:44:27.353Z 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-04-08T02:44:27.353Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:27.525Z 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-04-08T02:44:27.525Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: delete from return_pet_entity rpe1_0
2026-04-08T02:44:27.697Z 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-04-08T02:44:27.697Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.841Z 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-04-08T02:44:27.851Z 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-04-08T02:44:27.852Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44:27.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.007Z 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-04-08T02:44:28.017Z 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-04-08T02:44:28.017Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:28.208Z 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-04-08T02:44:28.208Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: delete from return_pet_entity rpe1_0
2026-04-08T02:44:28.445Z 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-04-08T02:44:28.445Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:28.647Z 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-04-08T02:44:28.647Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:28.808Z 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-04-08T02:44:28.808Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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 return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:28.963Z 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-04-08T02:44:28.963Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44:28.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.106Z 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-04-08T02:44:29.124Z 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-04-08T02:44:29.124Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.276Z 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-04-08T02:44:29.287Z 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-04-08T02:44:29.287Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.431Z 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-04-08T02:44:29.441Z 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-04-08T02:44:29.441Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-04-08T02:44:29.601Z 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-04-08T02:44:29.601Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.748Z 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-04-08T02:44:29.758Z 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-04-08T02:44:29.758Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:29.912Z 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-04-08T02:44:29.912Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44:29.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.066Z 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-04-08T02:44:30.085Z 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-04-08T02:44:30.085Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:30.246Z 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-04-08T02:44:30.246Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:30.413Z 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-04-08T02:44:30.413Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:30.530Z 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-04-08T02:44:30.530Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
Hibernate: delete from return_pet_entity rpe1_0
2026-04-08T02:44:30.633Z 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-04-08T02:44:30.633Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.726Z 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-04-08T02:44:30.733Z 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-04-08T02:44:30.733Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.915Z 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-04-08T02:44:30.950Z 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-04-08T02:44:30.950Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44:30.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:31.049Z 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-04-08T02:44:31.049Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:31.144Z 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-04-08T02:44:31.144Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:31.238Z 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-04-08T02:44:31.239Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
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.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.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.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-04-08T02:44:31.340Z 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-04-08T02:44:31.340Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44: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-04-08T02:44:31.428Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:31.514Z 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-04-08T02:44:31.514Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:31.596Z 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-04-08T02:44:31.596Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.669Z 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-04-08T02:44:31.679Z 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-04-08T02:44:31.679Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:31.763Z 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-04-08T02:44:31.764Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
Hibernate: insert into return_pet_entity (adoption_id,reason,return_date,id) values (?,?,?,default)
2026-04-08T02:44:31.841Z 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-04-08T02:44:31.841Z WARN 92 --- [ main] u.c.jemos.podam.api.NullExternalFactory : Cannot instantiate class co.edu.udistrital.mdp.pets.entities.ReturnPetEntity with arguments []. Returning null.
2026-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44:31.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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)
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.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.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.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=?
[ERROR] Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.420 s <<< FAILURE! -- in co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest
[ERROR] co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest.testGetReturns -- Time elapsed: 0.311 s <<< ERROR!
org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.TransientObjectException: persistent instance references an unsaved transient instance of 'co.edu.udistrital.mdp.pets.entities.AdoptionEntity' (save the transient instance before flushing)
at org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPossible(EntityManagerFactoryUtils.java:368)
at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:246)
at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:560)
at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:343)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:160)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:165)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:223)
at jdk.proxy2/jdk.proxy2.$Proxy161.findAll(Unknown Source)
at co.edu.udistrital.mdp.pets.services.ReturnPetService.getReturns(ReturnPetService.java:50)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:360)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:196)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:728)
at co.edu.udistrital.mdp.pets.services.ReturnPetService$$SpringCGLIB$$0.getReturns(<generated>)
at co.edu.udistrital.mdp.pets.services.ReturnPetServiceTest.testGetReturns(ReturnPetServiceTest.java:110)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
Caused by: java.lang.IllegalStateException: org.hibernate.TransientObjectException: persistent instance references an unsaved transient instance of 'co.edu.udistrital.mdp.pets.entities.AdoptionEntity' (save the transient instance before flushing)
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:157)
at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:151)
at org.hibernate.query.Query.getResultList(Query.java:120)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAll(SimpleJpaRepository.java:405)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:360)
at org.springframework.data.repository.core.support.RepositoryMethodInvoker$RepositoryFragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:277)
at org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(RepositoryMethodInvoker.java:170)
at org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(RepositoryMethodInvoker.java:158)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:515)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:284)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:720)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:174)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:149)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:69)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:380)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:184)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:138)
... 20 more
Caused by: org.hibernate.TransientObjectException: persistent instance references an unsaved transient instance of 'co.edu.udistrital.mdp.pets.entities.AdoptionEntity' (save the transient instance before flushing)
at org.hibernate.engine.spi.CascadingActions$9.cascade(CascadingActions.java:389)
at org.hibernate.engine.spi.CascadingActions$9.cascade(CascadingActions.java:379)
at org.hibernate.engine.internal.Cascade.cascadeToOne(Cascade.java:572)
at org.hibernate.engine.internal.Cascade.cascadeAssociation(Cascade.java:494)
at org.hibernate.engine.internal.Cascade.cascadeProperty(Cascade.java:255)
at org.hibernate.engine.internal.Cascade.cascade(Cascade.java:194)
at org.hibernate.event.internal.AbstractFlushingEventListener.prepareEntityFlushes(AbstractFlushingEventListener.java:169)
at org.hibernate.event.internal.AbstractFlushingEventListener.preFlush(AbstractFlushingEventListener.java:107)
at org.hibernate.event.internal.DefaultAutoFlushEventListener.onAutoPreFlush(DefaultAutoFlushEventListener.java:104)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:127)
at org.hibernate.internal.SessionImpl.autoPreFlush(SessionImpl.java:1391)
at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.withCacheableSqmInterpretation(ConcreteSqmSelectQueryPlan.java:379)
at org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan.performList(ConcreteSqmSelectQueryPlan.java:359)
at org.hibernate.query.sqm.internal.QuerySqmImpl.doList(QuerySqmImpl.java:364)
at org.hibernate.query.spi.AbstractSelectionQuery.list(AbstractSelectionQuery.java:143)
... 41 more
[INFO] Running co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
2026-04-08T02:44:31.928Z 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-04-08T02:44:31.935Z 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-04-08T02:44:31.954Z 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-04-08T02:44:31.954Z INFO 92 --- [ main] c.e.u.m.p.services.AdoptionServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:32.035Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:32.055Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 19 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:32.071Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:32.083Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:68a4ca6b-aa6f-49b1-87a7-6b153e1ff47b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:32.100Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:32.102Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:32.111Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:32.112Z 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-04-08T02:44:32.112Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4f9069c9']
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-04-08T02:44:32.210Z 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), 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-04-08T02:44:32.236Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:32.352Z INFO 92 --- [ main] c.e.u.m.p.services.AdoptionServiceTest : Started AdoptionServiceTest in 0.415 seconds (process running for 27.454)
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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
2026-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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.
2026-04-08T02:44: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-04-08T02:44: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.
2026-04-08T02:44: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-04-08T02:44: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.
2026-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.697Z 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.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.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.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.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.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.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44:32.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.053Z 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.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
2026-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.392Z 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.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.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.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.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.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.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
2026-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44:33.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-04-08T02:44:33.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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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-04-08T02:44: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.
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.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.879 s -- in co.edu.udistrital.mdp.pets.services.AdoptionServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ShelterServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-04-08T02:44:33.830Z 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-04-08T02:44:33.830Z INFO 92 --- [ main] c.e.u.m.p.services.ShelterServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:33.893Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:33.912Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:33.926Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:33.937Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:f3df3bc9-4ae8-44e3-950d-fb4a053fbfa1;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:33.954Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:33.955Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:33.962Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:33.964Z 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-04-08T02:44:33.964Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@4d5eca66']
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-04-08T02:44:34.047Z 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), 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-04-08T02:44:34.072Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:34.177Z INFO 92 --- [ main] c.e.u.m.p.services.ShelterServiceTest : Started ShelterServiceTest in 0.361 seconds (process running for 29.279)
Hibernate: delete from shelter_event_entity see1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.193Z 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.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,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.208Z 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.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,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.218Z INFO 92 --- [ main] c.e.u.mdp.pets.services.ShelterService : Start shelter delete with the id: 8
2026-04-08T02:44:34.219Z 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,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.229Z 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.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.name from shelter_entity se1_0 where se1_0.email=?
Hibernate: insert into shelter_entity (address,city,email,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,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.244Z 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.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.name from shelter_entity se1_0 where se1_0.email=?
2026-04-08T02:44:34.249Z 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,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.259Z 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.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,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.270Z 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,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.280Z 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.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,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.290Z 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.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.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,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_entity (address,city,email,name,id) values (?,?,?,?,default)
Hibernate: insert into shelter_event_entity (date,description,name,shelter_id,id) values (?,?,?,?,default)
2026-04-08T02:44:34.303Z 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.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.name from shelter_entity se1_0 where se1_0.email=?
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s -- in co.edu.udistrital.mdp.pets.services.ShelterServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.PetServiceTest
2026-04-08T02:44:34.313Z 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-04-08T02:44:34.318Z 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-04-08T02:44:34.334Z 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-04-08T02:44:34.334Z INFO 92 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:34.395Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:34.414Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:34.427Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:34.437Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:9cf0cf1a-956b-4add-8b37-7d6f8cf5241b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:34.453Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:34.454Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:34.461Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:34.462Z 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-04-08T02:44:34.463Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@1473a1a8']
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-04-08T02:44:34.548Z 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), 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-04-08T02:44:34.571Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:34.674Z INFO 92 --- [ main] c.e.u.mdp.pets.services.PetServiceTest : Started PetServiceTest in 0.354 seconds (process running for 29.776)
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.378 s -- in co.edu.udistrital.mdp.pets.services.PetServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MediaFileTest
2026-04-08T02:44:34.691Z 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-04-08T02:44:34.696Z 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-04-08T02:44:34.711Z 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-04-08T02:44:34.711Z INFO 92 --- [ main] c.e.u.mdp.pets.services.MediaFileTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:34.772Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:34.791Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:34.803Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:34.813Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:1d21a01a-6848-43bb-b6ff-dea4f95e6bd6;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:34.828Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:34.830Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:34.837Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:34.838Z 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-04-08T02:44:34.839Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@a433c35']
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-04-08T02:44:34.921Z 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), 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-04-08T02:44:34.944Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:35.048Z INFO 92 --- [ main] c.e.u.mdp.pets.services.MediaFileTest : Started MediaFileTest in 0.35 seconds (process running for 30.149)
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-04-08T02:44:35.058Z INFO 92 --- [ main] c.e.u.m.pets.services.MediaFileService : inicia proceso de borrar archivo
2026-04-08T02:44:35.059Z 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-04-08T02:44:35.067Z INFO 92 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo
2026-04-08T02:44:35.067Z 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-04-08T02:44:35.075Z 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-04-08T02:44:35.082Z INFO 92 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo
2026-04-08T02:44:35.083Z 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-04-08T02:44:35.090Z INFO 92 --- [ main] c.e.u.m.pets.services.MediaFileService : Inicia proceso de actualización de archivo
2026-04-08T02:44:35.090Z 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-04-08T02:44:35.098Z 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-04-08T02:44:35.107Z 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.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.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-04-08T02:44:35.116Z 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.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.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-04-08T02:44:35.125Z 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-04-08T02:44:35.132Z 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.444 s -- in co.edu.udistrital.mdp.pets.services.MediaFileTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.5.10)
2026-04-08T02:44:35.158Z 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-04-08T02:44:35.158Z INFO 92 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:35.242Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:35.261Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:35.273Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:35.283Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:7acb414f-3bd5-4688-826d-dcbb7ed26962;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:35.299Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:35.300Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:35.308Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:35.309Z 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-04-08T02:44:35.309Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@14772eac']
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-04-08T02:44:35.390Z 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), 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-04-08T02:44:35.413Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:35.514Z INFO 92 --- [ main] c.e.u.m.p.s.VeterinaryServiceTest : Started VeterinaryServiceTest in 0.369 seconds (process running for 30.616)
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.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.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.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.579 s -- in co.edu.udistrital.mdp.pets.services.VeterinaryServiceTest
[INFO] Running co.edu.udistrital.mdp.pets.services.MessageTest
2026-04-08T02:44:35.718Z 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-04-08T02:44:35.723Z 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-04-08T02:44:35.738Z 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-04-08T02:44:35.738Z INFO 92 --- [ main] c.e.u.mdp.pets.services.MessageTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:35.799Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:35.818Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 18 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:35.831Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:35.840Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:87d36c13-3977-4627-b0ed-3e6aede4bb5b;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:35.855Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:35.857Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:35.863Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:35.864Z 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-04-08T02:44:35.865Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@27beea5c']
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-04-08T02:44:35.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), 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-04-08T02:44:35.966Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:36.065Z INFO 92 --- [ main] c.e.u.mdp.pets.services.MessageTest : Started MessageTest in 0.34 seconds (process running for 31.167)
Hibernate: delete from message_entity me1_0
Hibernate: delete from shelter_entity se1_0
Hibernate: insert into shelter_entity (address,city,email,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-04-08T02:44:36.078Z 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,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-04-08T02:44:36.090Z INFO 92 --- [ main] c.e.u.mdp.pets.services.MessageService : Starts update message with id: 5
2026-04-08T02:44:36.090Z 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,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-04-08T02:44:36.099Z 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.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,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-04-08T02:44:36.109Z INFO 92 --- [ main] c.e.u.mdp.pets.services.MessageService : Start message delete with the id: 12
2026-04-08T02:44:36.110Z 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,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-04-08T02:44:36.118Z 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.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.404 s -- in co.edu.udistrital.mdp.pets.services.MessageTest
[INFO] Running co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
2026-04-08T02:44:36.124Z 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-04-08T02:44:36.129Z 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-04-08T02:44:36.144Z 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-04-08T02:44:36.144Z INFO 92 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : No active profile set, falling back to 1 default profile: "default"
2026-04-08T02:44:36.203Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-04-08T02:44:36.222Z INFO 92 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 17 ms. Found 16 JPA repository interfaces.
2026-04-08T02:44:36.234Z INFO 92 --- [ main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2026-04-08T02:44:36.243Z INFO 92 --- [ main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:c3d82ff9-29bb-47ff-8ef0-25ff9d4e5b9f;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2026-04-08T02:44:36.258Z INFO 92 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-04-08T02:44:36.260Z INFO 92 --- [ main] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled
2026-04-08T02:44:36.266Z INFO 92 --- [ main] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-04-08T02:44:36.267Z 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-04-08T02:44:36.267Z INFO 92 --- [ main] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [Connecting through datasource 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory$EmbeddedDataSourceProxy@35cdab66']
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-04-08T02:44:36.343Z 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), 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-04-08T02:44:36.364Z INFO 92 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-04-08T02:44:36.495Z INFO 92 --- [ main] c.e.u.m.p.s.VaccinationRecordTest : Started VaccinationRecordTest in 0.363 seconds (process running for 31.596)
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-04-08T02:44:36.508Z 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.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-04-08T02:44:36.520Z INFO 92 --- [ main] c.e.u.m.p.s.VaccinationRecordService : inicia proceso de borrar registro de vacunacion
2026-04-08T02:44:36.520Z 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-04-08T02:44:36.531Z 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-04-08T02:44:36.541Z 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-04-08T02:44:36.550Z 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.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-04-08T02:44:36.560Z 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-04-08T02:44:36.571Z INFO 92 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion
2026-04-08T02:44:36.571Z 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-04-08T02:44:36.581Z 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-04-08T02:44:36.590Z INFO 92 --- [ main] c.e.u.m.p.s.VaccinationRecordService : Inicia proceso de actualizacion del registro de vacunacion
2026-04-08T02:44:36.590Z 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-04-08T02:44:36.600Z 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.479 s -- in co.edu.udistrital.mdp.pets.services.VaccinationRecordTest
[INFO] Running co.edu.udistrital.mdp.pets.services.ClientControllerTest
2026-04-08T02:44:36.604Z 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-04-08T02:44:36.606Z 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.120 s -- in co.edu.udistrital.mdp.pets.services.ClientControllerTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] ReturnPetServiceTest.testGetReturns:110 » InvalidDataAccessApiUsage org.hibernate.TransientObjectException: persistent instance references an unsaved transient instance of 'co.edu.udistrital.mdp.pets.entities.AdoptionEntity' (save the transient instance before flushing)
[INFO]
[ERROR] Tests run: 141, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.135 s
[INFO] Finished at: 2026-04-08T02:44:37Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.2.5:test (default-test) on project MP_202610_G81_E3_Back:
[ERROR]
[ERROR] Please refer to /home/cecaduser/workspace/MP_202610_G81_E3_Back/target/surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[Pipeline] }
$ docker stop --time=1 8eb6b6458d4ffb84e968f9907cf91b63147aaac5b66420129cf50a193adbe66d
$ docker rm -f --volumes 8eb6b6458d4ffb84e968f9907cf91b63147aaac5b66420129cf50a193adbe66d
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Testing)
Stage "Testing" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static Analysis)
Stage "Static Analysis" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] deleteDir
[Pipeline] dir
Running in /home/cecaduser/workspace/MP_202610_G81_E3_Back/MP_202610_G81_E3_Back@tmp
[Pipeline] {
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE